DataInputService.updateDataStorageRecords Method

Updates multiple data storage records (bulk update). This call will not fail if 1 of the items fails.
 

Parameters

dataCubeId

Type: String
The ID of the data cube.
transformId

Type: String
The ID of the data input transform.
records

Type: Array
An array of the records to update. Each record should contain the following structure:
     id                  [type: String]                                  - The ID of the record to update.
     columnName          [type: String]                                  - The name of the column to update.
     value               [type: String]                                  - The new value to use for the data storage record item.
 

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.